home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / SEARCH32.EX_ / SEARCH32.EX / 0 / RCDATA / TFORMNAG / TFORMNAG.txt < prev   
Text File  |  1997-03-15  |  4KB  |  183 lines

  1. object FormNag: TFormNag
  2.   Left = 276
  3.   Top = 109
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Search32'
  6.   ClientHeight = 378
  7.   ClientWidth = 373
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 3
  18.     Top = 2
  19.     Width = 366
  20.     Height = 229
  21.     TabOrder = 0
  22.     object Image1: TImage
  23.       Left = 13
  24.       Top = 15
  25.       Width = 32
  26.       Height = 32
  27.       AutoSize = True
  28.       Picture.Data = {<image000.ico>}
  29.     end
  30.     object Label1: TLabel
  31.       Left = 121
  32.       Top = 16
  33.       Width = 134
  34.       Height = 13
  35.       AutoSize = False
  36.       Caption = 'Search32 version 2.03'
  37.     end
  38.     object Label2: TLabel
  39.       Left = 95
  40.       Top = 34
  41.       Width = 162
  42.       Height = 13
  43.       Caption = 'Copyright ∩┐╜ 1995 - 1997 Anet Inc.'
  44.     end
  45.     object Label3: TLabel
  46.       Left = 81
  47.       Top = 65
  48.       Width = 194
  49.       Height = 13
  50.       Caption = 'THANK YOU FOR TRYING SEARCH32!'
  51.     end
  52.     object Label4: TLabel
  53.       Left = 70
  54.       Top = 94
  55.       Width = 220
  56.       Height = 13
  57.       Caption = 'This copy of Search32 is unregistered.'
  58.       Font.Color = clRed
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.     end
  64.     object Label5: TLabel
  65.       Left = 21
  66.       Top = 112
  67.       Width = 316
  68.       Height = 13
  69.       Caption = 
  70.         'You may use it only for evaluation purpose. To fill in the regis' +
  71.         'tration '
  72.     end
  73.     object Label6: TLabel
  74.       Left = 21
  75.       Top = 130
  76.       Width = 321
  77.       Height = 13
  78.       Caption = 
  79.         'form click the Registration form button below. To continue launc' +
  80.         'hing'
  81.     end
  82.     object Label7: TLabel
  83.       Left = 21
  84.       Top = 148
  85.       Width = 152
  86.       Height = 13
  87.       Caption = 'Search32 click Continue button.'
  88.     end
  89.     object Label8: TLabel
  90.       Left = 21
  91.       Top = 166
  92.       Width = 3
  93.       Height = 13
  94.     end
  95.     object Label9: TLabel
  96.       Left = 21
  97.       Top = 184
  98.       Width = 321
  99.       Height = 13
  100.       Caption = 
  101.         'Thank you for your interest in our product. We await the opportu' +
  102.         'nity '
  103.     end
  104.     object Label10: TLabel
  105.       Left = 21
  106.       Top = 202
  107.       Width = 233
  108.       Height = 13
  109.       Caption = 'to welcome you as a registered user of Search32.'
  110.     end
  111.   end
  112.   object GroupBox2: TGroupBox
  113.     Left = 3
  114.     Top = 236
  115.     Width = 366
  116.     Height = 102
  117.     TabOrder = 1
  118.     object Label14: TLabel
  119.       Left = 20
  120.       Top = 16
  121.       Width = 329
  122.       Height = 13
  123.       Caption = 
  124.         'After registration you will be supplied with both registration n' +
  125.         'umber and'
  126.     end
  127.     object Label15: TLabel
  128.       Left = 20
  129.       Top = 34
  130.       Width = 161
  131.       Height = 13
  132.       Caption = 'true password to avoid this notice.'
  133.     end
  134.     object Label16: TLabel
  135.       Left = 91
  136.       Top = 54
  137.       Width = 69
  138.       Height = 13
  139.       Caption = '&Registration #:'
  140.     end
  141.     object Label17: TLabel
  142.       Left = 203
  143.       Top = 54
  144.       Width = 49
  145.       Height = 13
  146.       Caption = '&Password:'
  147.     end
  148.     object Text1: TEdit
  149.       Left = 74
  150.       Top = 70
  151.       Width = 85
  152.       Height = 21
  153.       TabOrder = 0
  154.     end
  155.     object Text2: TEdit
  156.       Left = 203
  157.       Top = 70
  158.       Width = 85
  159.       Height = 21
  160.       TabOrder = 1
  161.     end
  162.   end
  163.   object Button1: TButton
  164.     Left = 48
  165.     Top = 348
  166.     Width = 116
  167.     Height = 22
  168.     Caption = '&Continue'
  169.     Default = True
  170.     TabOrder = 2
  171.     OnClick = Button1Click
  172.   end
  173.   object Button2: TButton
  174.     Left = 207
  175.     Top = 348
  176.     Width = 121
  177.     Height = 22
  178.     Caption = 'Registration &form'
  179.     TabOrder = 3
  180.     OnClick = Button2Click
  181.   end
  182. end
  183.